Information specific to the request handler. Each WORequestHandler uses a different format for the rest of the URL.
The two main request handlers are WOComponentRequestHandler and WODirectActionRequestHandler. The WOComponentRequestHandler's format for the rest of the URL is:
componentName
/
sessionID
/
elementID
WODirectActionRequestHandler handles direct actions. Its URLs have this format:
[
actionClass
|
actionName
|
actionClass
/
actionName
][?
key
=
value
&
key
=
value
.....]
For more detailed information, see the
WebObjects Developer's Guide
.
|